From 4029f2451aed7b3d561eb5168f461cf50ac4196d Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Fri, 12 Oct 2007 13:06:16 +0100 Subject: [PATCH] x86/64: Fix the build. Signed-off-by: Keir Fraser --- xen/drivers/video/vesa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/drivers/video/vesa.c b/xen/drivers/video/vesa.c index 04064f786d..d18476421c 100644 --- a/xen/drivers/video/vesa.c +++ b/xen/drivers/video/vesa.c @@ -46,7 +46,7 @@ void __init vesa_early_init(void) { unsigned int vram_vmode; - vga_compat = !(vesa_lfb_info.capabilities & 2); + vga_compat = !(vga_console_info.u.vesa_lfb.gbl_caps & 2); if ( (vlfb_info.bits_per_pixel < 8) || (vlfb_info.bits_per_pixel > 32) ) return; -- 2.30.2